.right {
    width:754px;
    margin-left:5px;
}
.Current_page {
    padding-left:10px;
    height:35px;
    line-height: 35px;
    color:#fff;
    font-size: 12px;
    background-color: #2b73e2;
    margin-bottom:10px;
}
.Current_page  a {
    color:#fff;
}
/*图片列表*/
.ImgLists {
    padding:10px;
    border:1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom:10px;
}
.ImgLists div {
    float: left;
    width:224px;
    padding:10px;

}
.ImgLists a {
    display: block;
    width:222px;
    overflow: hidden;
}
.ImgLists a img {
    display: block;
    width:222px;
    height:139px;
    border:1px solid #ccc;
    transition: 0.8s;-webkit-transition: 0.8s;
}
/*.ImgLists a .Pic_Img{overflow: hidden;}*/
.ImgLists a img:hover {
    border:1px solid #FF801F;
    transform: scale(1.2);transition: 0.8s;

}
.ImgLists p {
    text-align: center;
    line-height: 30px;
    font-size:14px;
}
/*文字列表*/
.NewLists {
    padding:10px 10px 0;
    border:1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom:10px;
}
.NewLists .List {
    padding: 7px 20px 0 0;
    height: 110px;.
    overflow: hidden;
    margin: 0 0 10px;
}
.NewLists .List .ListTime{
    padding: 20px 8px 0 12px;
    text-align: center;
    float: left;
    width: 64px;
    overflow: hidden;
}
.NewLists .List .ListTime b {
    font-weight: 100;
    display: block;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 36px;
    font-family: Arial;
    color:#666;
}
.NewLists .List .ListWord{
    padding: 0 0 0 14px;
    line-height: 26px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    float: left;
}
.NewLists .List .ListWord a {
    font-weight: 500;
    color: #222;
    font-size: 14px;
    line-height: 25px;
}

.NewLists .List .ListWord a:hover{color: #FF801F;}
.NewLists .List .ListWord p{
    width:100%;
    height:75px;
    font-size: 14px;
    line-height: 25px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*word-break:break-all;*/
    -webkit-line-clamp:3;
}
.NewLists .bg1 {
    background: #f2f2f2;
}
.NewLists .bg2 {
    background: #E7F2E1;
}
/*文章详情*/
.article_Details {
    padding:10px 10px 0;
    border:1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom:10px;
}
.article_Details .articleTitle h1{
    border-bottom: 1px dashed #CCCCCC;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}
.article_Details .articleTitle div {
    text-align: center;
    margin-bottom:20px;
}
.articleTitle div span{
    color: #BCBBBB;
    margin-right:15px;
}
.articleTitle div span i {
    font-style: normal;
}
.articleTitle div span a{
    display: inline-block;
    width:20px;
    font-size: 14px;
    cursor: pointer;
}
.articleTitle div span .cur {
    color: #000;
    font-weight: bold;
}
.articleContent {
    padding:0 0 20px;
}
.articleContent p {
    padding:0 10px;
    font-size: 14px;
    line-height: 20px;
    color:#666;
    text-indent: 2em;
}
.articleContent p span{
    font-size: 14px;
    line-height: 20px;
    color:#666;
}
.articleContent img {
    display: block;
    max-width: 630px;
    margin:0 auto;
}
.articleContent p img {
  /* margin-right:2em;*/
}